Add a check for a new enough fontconfig, since we picked up a direct
authorMatthias Clasen <maclas@gmx.de>
Sun, 22 Feb 2004 01:02:57 +0000 (01:02 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 22 Feb 2004 01:02:57 +0000 (01:02 +0000)
Sun Feb 22 02:04:03 2004  Matthias Clasen  <maclas@gmx.de>

* configure.in: Add a check for a new enough fontconfig, since
we picked up a direct dependency on it with the Xft settings.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 2e7bb78dbda4f3f572c8508c547d4d75e75f8826..90e2cb9b7ed1f13eeff80df222305af6edbe8494 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Feb 22 02:04:03 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * configure.in: Add a check for a new enough fontconfig, since
+       we picked up a direct dependency on it with the Xft settings.
+
 Sun Feb 22 00:23:40 2004  Matthias Clasen  <maclas@gmx.de>
 
        Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
index 2e7bb78dbda4f3f572c8508c547d4d75e75f8826..90e2cb9b7ed1f13eeff80df222305af6edbe8494 100644 (file)
@@ -1,3 +1,8 @@
+Sun Feb 22 02:04:03 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * configure.in: Add a check for a new enough fontconfig, since
+       we picked up a direct dependency on it with the Xft settings.
+
 Sun Feb 22 00:23:40 2004  Matthias Clasen  <maclas@gmx.de>
 
        Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
index 2e7bb78dbda4f3f572c8508c547d4d75e75f8826..90e2cb9b7ed1f13eeff80df222305af6edbe8494 100644 (file)
@@ -1,3 +1,8 @@
+Sun Feb 22 02:04:03 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * configure.in: Add a check for a new enough fontconfig, since
+       we picked up a direct dependency on it with the Xft settings.
+
 Sun Feb 22 00:23:40 2004  Matthias Clasen  <maclas@gmx.de>
 
        Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
index 2e7bb78dbda4f3f572c8508c547d4d75e75f8826..90e2cb9b7ed1f13eeff80df222305af6edbe8494 100644 (file)
@@ -1,3 +1,8 @@
+Sun Feb 22 02:04:03 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * configure.in: Add a check for a new enough fontconfig, since
+       we picked up a direct dependency on it with the Xft settings.
+
 Sun Feb 22 00:23:40 2004  Matthias Clasen  <maclas@gmx.de>
 
        Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
index 2e7bb78dbda4f3f572c8508c547d4d75e75f8826..90e2cb9b7ed1f13eeff80df222305af6edbe8494 100644 (file)
@@ -1,3 +1,8 @@
+Sun Feb 22 02:04:03 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * configure.in: Add a check for a new enough fontconfig, since
+       we picked up a direct dependency on it with the Xft settings.
+
 Sun Feb 22 00:23:40 2004  Matthias Clasen  <maclas@gmx.de>
 
        Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
index bf1904ca9fa35c228d644f65eaa742b3b2b1321f..a592689a84b488a2ccfa88d29ba5435bc2fbae2a 100644 (file)
@@ -991,6 +991,13 @@ if test "x$gdktarget" = "xlinux-fb" || test "x$gdktarget" = "xx11" ; then
 fi
 
 if test "x$gdktarget" = "xx11"; then
+  #
+  # Check for fontconfig 
+  #
+  if $PKG_CONFIG --exists 'fontconfig >= 2.2.91' ; then : ; else
+    AC_MSG_ERROR([fontconfig 2.2.91 is required for x11 target])
+  fi
+
   # We start off with the libraries from Pango
 
   ## be sure we also have Pango built with Xft2 support